/-app
/-boot
/-docs
/-features
/-imports
/-koBindings
/-storage
/-tests
/-typings
base.css
readme.md
stringUtils.ts
teapo.html
1
IDE in a bottle
2
===========
3
*Teapo v0.5j*
4
 
5
Edit, run, save, pass around a whole project as a single HTML file, on any device from an iPad to a laptop, from IE6 to Chrome Mobile. Or Blackberry. Or Firefox OS.
6
 
7
This is as HTML5 applications were meant to be, before working groups and stakeholders and proposals.
8
 
9
Roadmap
10
-----
11
 
12
- **v0.4h** is a prototype self-hosting its own development, supporting syntax/error highlighting, code completion and build for JavaScript, HTML, CSS and TypeScript.
13
- **v0.5j** adds an extensibility model for arbitrary languages, a unit test runner convering Teapo itself, look-and-feel reftresh.
14
- **v0.6f** will focus on productivity and code quality: refresh of touch-based code editing, more features for testing and debugging.
15
- **git** - planned git support.
16
- **crypto** - planned feature for requiring a password on opening.
17
- **repo** - planned service for hosting Teapo projects, adding freemium build farm, test and exotic compilation features.
18
 
19
Current
20
-----
21
This version is part of v0.5j phase, currently implemented storage and proof-of-concept bootstrap layout, and now focussing on plugging this new layout in the heart of the application.